Doc updates
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 26 Oct 2005 19:10:08 +0000 (19:10 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 26 Oct 2005 19:10:08 +0000 (19:10 +0000)
ChangeLog
ChangeLog.pre-2-10
gtk/gtkfilechooserbutton.c

index 6e8ebb1135b935cff403be4971eb422227f0084c..63be8723ba41f8eae0d2f462312fe17358480038 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2005-10-26  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_new_with_dialog): 
+       Point out that destroy-with-parent is a bad idea for the dialog
+       passed to this function.  (#318943, Christian Persch)
+
        * */Makefile.am: use $(GLIB_MKENUMS) instead of 
        glib-mkenums.  (#318582, Damien Carbery)
 
index 6e8ebb1135b935cff403be4971eb422227f0084c..63be8723ba41f8eae0d2f462312fe17358480038 100644 (file)
@@ -1,5 +1,9 @@
 2005-10-26  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_new_with_dialog): 
+       Point out that destroy-with-parent is a bad idea for the dialog
+       passed to this function.  (#318943, Christian Persch)
+
        * */Makefile.am: use $(GLIB_MKENUMS) instead of 
        glib-mkenums.  (#318582, Damien Carbery)
 
index 94458b9a62b1f6427636559dce3cc6ce62aff3ef..8ba09da7c93261d64de21712e209fd25551c6acd 100644 (file)
@@ -2306,7 +2306,7 @@ gtk_file_chooser_button_new_with_backend (const gchar          *title,
  * 
  * Creates a #GtkFileChooserButton widget which uses @dialog as it's
  * file-picking window. Note that @dialog must be a #GtkFileChooserDialog (or
- * subclass).
+ * subclass) and must not have %GTK_DIALOG_DESTROY_WITH_PARENT set.
  * 
  * Returns: a new button widget.
  *